chore(dependabot): disable updates for fp-ts - #1174
Conversation
Since api-ts is a library, we want fp-ts to have as wide a compatibility range as possible to enable maximum dependency deduplication and prevent version conflicts. Dependabot has been aggressively upgrading fp-ts, which is counter-productive to library compatibility. Ticket: AI-800
|
🎉 This PR is included in version @api-ts/express-wrapper@2.0.4 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/typed-express-router@2.0.4 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/superagent-wrapper@1.3.7 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/openapi-generator@6.1.4 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/io-ts-http@3.2.4 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Since api-ts is a library, we want fp-ts to have as wide a compatibility range as possible (with dependency deduping) to prevent unnecessary conflicts, and dependabot is currently updating it too aggressively.
Ticket: AI-800